home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_004 / kermit / errors.h < prev    next >
Text File  |  1992-05-06  |  752b  |  20 lines

  1. /*    @(#)errors.h    1.1    1/26/85    */
  2.  
  3. /*
  4.  *    Recognized error codes
  5.  */
  6.  
  7. #define HOST_RAW    1    /* Can't set host tty to raw mode */
  8. #define REMOTE_RAW    2    /* Can't set remote tty to raw mode */
  9. #define HOST_COOKED    3    /* Can't restore host tty to cooked mode */
  10. #define REMOTE_COOKED    4    /* Can't restore remote tty to cooked mode */
  11. #define HOST_TCGETA    5    /* TCGETA on host tty failed */
  12. #define REMOTE_TCGETA    6    /* TCGETA on remote tty failed */
  13. #define REMTTY        7    /* Can't open remote tty */
  14. #define CONNECT        8    /* Nothing to connect to */
  15. #define PHOTO        9    /* Can't open photo file */
  16. #define RCVFILE        10    /* Can't create received file */
  17. #define SPEED        11    /* Bad line speed */
  18. #define MODE        12    /* Must specify mode */
  19. #define NOCONNECT    13    /* Connect not implemented */
  20.